home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / go_bat / gofind.bat < prev    next >
Encoding:
DOS Batch File  |  1993-10-31  |  330 b   |  12 lines

  1. @echo off
  2. if %2.==. goto USAGE
  3.   echo Searching for "%1" in files matching "%2".
  4.   ffg /qmfs "/e!FIND /I %%'%1%%' %%N" %2 %3 %4 %5 %6 %7 %8 %9
  5.   if errorlevel 0 if not errorlevel 1 echo Could not find "%2".
  6.   goto END
  7. :USAGE
  8.   echo  USAGE:  %0 TextToFind FileSpec [options]
  9.   echo.
  10.   echo  options are FFG options
  11. :END
  12.